home *** CD-ROM | disk | FTP | other *** search
/ Chip 2003 May / CHIPCD200305.iso / soft / fm42ch.exe / {app} / Foxmail.exe / 0 / RCDATA / TDLG_SMSASK / TDLG_SMSASK.txt
Text File  |  2002-07-04  |  1KB  |  64 lines

  1. object Dlg_SmsAsk: TDlg_SmsAsk
  2.   Left = 282
  3.   Top = 203
  4.   BorderStyle = bsDialog
  5.   Caption = 'Confirmation'
  6.   ClientHeight = 164
  7.   ClientWidth = 258
  8.   Color = clBtnFace
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   OldCreateOrder = False
  15.   Position = poMainFormCenter
  16.   OnCreate = FormCreate
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object Label1: TLabel
  20.     Left = 16
  21.     Top = 16
  22.     Width = 152
  23.     Height = 13
  24.     Caption = 'You have no SMS account yet. '
  25.   end
  26.   object rgSelect: TRadioGroup
  27.     Left = 16
  28.     Top = 40
  29.     Width = 225
  30.     Height = 73
  31.     Caption = 'Please Select'
  32.     ItemIndex = 0
  33.     Items.Strings = (
  34.       '&Register a new SMS account'
  35.       '&Add an existing SMS account')
  36.     TabOrder = 0
  37.   end
  38.   object btnOK: TButton
  39.     Left = 48
  40.     Top = 128
  41.     Width = 75
  42.     Height = 25
  43.     Caption = 'OK'
  44.     Default = True
  45.     ModalResult = 1
  46.     TabOrder = 1
  47.   end
  48.   object btnCancel: TButton
  49.     Left = 136
  50.     Top = 128
  51.     Width = 75
  52.     Height = 25
  53.     Cancel = True
  54.     Caption = 'Cancel'
  55.     ModalResult = 2
  56.     TabOrder = 2
  57.   end
  58.   object Language: TLanguage
  59.     LangCenter = DM_Language.LangCenter
  60.     Left = 200
  61.     Top = 8
  62.   end
  63. end
  64.